home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Yellows - Privacy (Deluxe)
/
Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 1.iso
/
footage
/
01.dxr
/
00037.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1996-07-10
|
336 b
|
19 lines
global ctime, mainpictlist
on exitFrame
if rollOver(13) then
cursor(134)
go(the frame)
else
set ctime to 0
if rollOver(7) then
cursor(-1)
go("7,movie")
else
cursor(-1)
set the member of sprite 7 to member getAt(mainpictlist, 1) of castLib "s01"
go("start")
end if
end if
end